C-Level Extensibility > The C-level extensibility API > typedef struct jsval jsval |
![]() ![]() ![]() |
Description
An opaque data structure that can contain an integer, or a pointer to a float, string, or object. Some functions in the API can be used to read the values of function arguments by reading the contents of a jsval
, and some can be used to write the function's return value by writing a jsval
.
![]() ![]() ![]() |